home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr30 / crtsav12.zip / CRTSAV12.DOC next >
Text File  |  1993-05-22  |  13KB  |  314 lines

  1.  
  2.       -----------------------------------------------------------------
  3.                    Documentation for CRTSAVER version 1.2
  4.                            Version Date:  5/1991
  5.                              Shareware $10.00
  6.       -----------------------------------------------------------------
  7.  
  8.       COPYRIGHT NOTICE
  9.  
  10.         All portions of this software package and documents,
  11.         CRTSAVER 1.2  copyright (c) 1991  Seth W. Comstock.
  12.         All rights reserved.
  13.         
  14.  
  15.  
  16.       REGISTRATION
  17.  
  18.         Thank you for trying CRTSAVER !
  19.         CRTSAVER is distributed as shareware. After you test the
  20.         program, if you decide to use it, then I encourage you to
  21.         register. The registration fee is $10.00. Register for each
  22.         computer CRTSAVER is installed on. Print out the file
  23.         CRTSAVER.FRM or send a quick note, include registration fee(s)
  24.         and $2.50 shipping per order.
  25.  
  26.           Send to:
  27.                    Seth W. Comstock
  28.                    4835 W. Montecito
  29.                    Phoenix, AZ 85031-2027
  30.                     (602) 247-1621
  31.  
  32.  
  33.  
  34.       FILES IN THE DISTRIBUTION:
  35.  
  36.         CRTSAVER.COM       The program.
  37.         CRTSAV12.DOC       Program documentation.
  38.         CRTSAVER.FRM       Order/Registration form.
  39.  
  40.  
  41.       FEATURES
  42.  
  43.         - Works with VGA,EGA,CGA,MDA cards and monitors.
  44.         - Checks both MOUSE and KEYBOARD for inactivity before blanking
  45.            screen.
  46.         - Uses 912 bytes of memory.
  47.         - Set the amount of time elapsed (0 - 60 minutes) before the
  48.           screen blanks and the delay can be changed later.
  49.         - Press Alt left-Shift Z keys to lock keyboard and blank screen
  50.           immediately. This version also locks the mouse if your mouse
  51.           driver supports this function.
  52.  
  53.  
  54.       PROGRAM DESCRIPTION
  55.  
  56.            Protect monitors from phosphors burning caused by displaying
  57.        the same image for long periods of time. Works with MDA, CGA, EGA
  58.        and VGA monitors.
  59.  
  60.            Blanks the screen after set number of minutes of KEYBOARD or
  61.         MOUSE inactivity. Press any key or move mouse to restore screen.
  62.         The key pressed to reactivate the screen is removed and not
  63.         passed through to the program currently running. Instantly
  64.         lockout keyboard and blank screen by pressing Alt LeftShift Z
  65.         keys. Unlock keyboard and restore screen by pressing Alt
  66.         LeftShift Z keys again. The number of minutes to delay before
  67.         blanking screen can be set from 0 to 60 minutes. Using a
  68.         parameter of 0 minutes disables the blank after a period of
  69.         inactivity feature of CRTSAVER.
  70.  
  71.  
  72.  
  73.       SYSTEM REQUIREMENTS
  74.  
  75.         VGA, EGA, CGA or MDA(mono) video display
  76.  
  77.         Note - not tested on MCGA.
  78.              - CRTSAVER is not compatible with HGC (Hercules Graphics
  79.                Card)
  80.  
  81.         <optional> mouse or trackball with Microsoft(tm) or
  82.          Mouse Systems(tm) compatible driver installed.
  83.  
  84.  
  85.  
  86.       INSTALLATION AND USAGE -
  87.  
  88.            CRTSAVER is a memory resident program using approximately 912
  89.         bytes of memory. DO NOT load CRTSAVER from a program that allows
  90.         you to run other programs (shell to DOS or shells to a command
  91.         line). When you first load (run) CRTSAVER it must be from a
  92.         batch file (autoexec.bat when you boot) or from the command line
  93.         only. Once a copy of CRTSAVER is resident in memory, you can run
  94.         it again at any time (from DOS shell, batch file, etc.) with a
  95.         new minute parameter. It searches memory for the resident copy
  96.         of CRTSAVER  and installs the new delay.
  97.  
  98.            Copy the file CRTSAVER.COM to your hard drive or boot disk.
  99.         To automatically load CRTSAVER each time you start (boot) the
  100.         computer, edit your AUTOEXEC.BAT file to included "CRTSAVER" on
  101.         a line some where near the end of the autoexec.bat file. Use a
  102.         text editor or word processor to enter the line of text in the
  103.         autoexec.bat file. If you have other TSR (memory resident)
  104.         program that load in the autoexec.bat file, CRTSAVER should be
  105.         the last one loaded. This is to insure that CRTSAVER will
  106.         intercept the keyboard interrupt first, so it can successfully
  107.         lock the keyboard.
  108.  
  109.  
  110.         Use command line parameters to select a timeout delay.
  111.         Parameter  0 - 60 (minutes of inactivity before blanking screen)
  112.  
  113.         Examples of usage in autoexec.bat:
  114.  
  115.                         CRTSAVER 10
  116.  
  117.         If you copied CRTSAVER to a directory other than the root then
  118.         you would need to include a path when loading.
  119.  
  120.                         c:\dos\crtsaver 25
  121.                         c:\util\crtsaver 8
  122.                         c:\util\crtsaver         (default - 4 min.)
  123.  
  124.                         crtsaver 0
  125.  
  126.            A parameter of 0 minutes disables the blanking after a period
  127.         of inactivity feature of CRTSAVER. You will still be able to
  128.         blank the screen and lock the keyboard by pressing the hotkey -
  129.         Alt left-Shift Z.
  130.  
  131.            Do not run Microsoft Windows(tm) while CRTSAVER is active. If
  132.         CRTSAVER blanks the screen while you are using Windows the
  133.         screen can not be restored and you will have to reboot.
  134.  
  135.            You do not need to remove CRTSAVER from memory to run
  136.         Windows. Use the command " crtsaver 0 " to disable CRTSAVER and
  137.         then run Windows. Also Windows captures the keyboard interrupt,
  138.         so the hotkey - Alt left-Shift Z does NOT blank the screen or
  139.         lock the keyboard. If you use Windows a lot it might be best to
  140.         load CRTSAVER with a parameter of 0 from autoexec.bat and just
  141.         use the hotkey to blank the screen when not using Windows.
  142.  
  143.         Note:  You should only edit your AUTOEXEC.BAT file in a non-
  144.         document mode (also known as ASCII or text mode). Most editors
  145.         or word processors provide a way to edit files like
  146.         autoexec.bat. Check your editor or word processor manual if you
  147.         are not sure. If you are not familiar with your autoexec.bat
  148.         file or how to edit it, read your DOS manual for more
  149.         information.
  150.  
  151.  
  152.       LOCK KEYBOARD and MOUSE - BLANK SCREEN
  153.  
  154.            Hold down the Alt, left-Shift keys and press the Z key at the
  155.         same time to instantly lockout keyboard and blank screen. Unlock
  156.         keyboard and restore screen by pressing Alt left-Shift Z keys
  157.         again.
  158.  
  159.            This version also turns the mouse driver off/on if the driver
  160.         supports this function (if the mouse is Microsoft Windows 3.0(tm)
  161.         compatible then it supports this function). The driver software
  162.         that came with older mice does not support this function and the
  163.         mouse will remain active. So, if you lock the keyboard and blank
  164.         the screen while running a program that makes use of a mouse,
  165.         someone might still be able to mess with the program. Also if
  166.         you are using my program ARRMOUSE and your mouse driver does not
  167.         support this function, ARRMOUSE will remain active.
  168.         
  169.  
  170.       MOUSE SUPPORT
  171.  
  172.            A mouse is optional, CRTSAVER checks for the presence of a
  173.         mouse driver and works fine if no mouse or mouse driver is
  174.         installed.
  175.  
  176.         Note - For CRTSAVER to check for mouse inactivity before
  177.         blanking the screen, a Microsoft(tm) or Mouse Systems(tm)
  178.         compatible mouse driver MUST BE INSTALLED. Make sure to load
  179.         CRTSAVER after your mouse driver.
  180.  
  181.  
  182.  
  183.       PERSONAL NOTE
  184.  
  185.            I have tried several "screen savers" and none seemed to suite
  186.         my needs. The one that was on the disk that came with my VGA
  187.         card would lock my machine up every so often. I like a delay of
  188.         about 4 minutes. When using other screen savers and running
  189.         programs that use a mouse, the screen would blank right in the
  190.         middle doing something. I could easily press a key and restored
  191.         screen, but it was irritating. So I created CRTSAVER for my own
  192.         use. I don't need the keyboard locking feature, but thought it
  193.         would be useful in an office environment or where other have
  194.         access to your computer. CRTSAVER works great on my machine and
  195.         I hope it works as well for you.
  196.  
  197.  
  198.  
  199.       DISCLAIMER - WARRANTY
  200.  
  201.            CRTSAVER software and documentation are distributed on an
  202.         "As Is" basis without warranty, expressed or implied. The user
  203.         assumes full risk as to the results of using this software. It
  204.         has been tested on my own computer, but you are advised to test
  205.         the program before relying on it. If you do encounter a problem,
  206.         please let me know about it, and I will do my best to verify and
  207.         fix the problem. This program and documentation are believed to
  208.         be reliable and accurate. However, in no event shall I be liable
  209.         and/or responsible for any damages, losses, or problems which
  210.         this software or documentation may cause you.
  211.  
  212.  
  213.       DISTRIBUTION
  214.     
  215.            Bulletin boards and non-profit user groups may include it in
  216.         their libraries. CRTSAVER is shareware and may be copied or
  217.         posted for downloading for the trial use by others subject to
  218.         the following conditions:
  219.  
  220.            1) All files must be distributed together in original,
  221.               unmodified form as ORIGINALLY NAMED. -  CRTSAVER.COM,
  222.               CRTSAV12.DOC, CRTSAVER.FRM
  223.  
  224.            2) NO files may be added to the package or archive.
  225.  
  226.  
  227.  
  228.            For-profit distributors of shareware may distribute it
  229.         subject to the following conditions:
  230.  
  231.            1) I reserve the right to remove this software package from
  232.               distribution at any time.
  233.  
  234.            2) Information is provided making it clear that this software
  235.               is distributed under the SHAREWARE concept and that the
  236.               user has not paid for the software. Users are urged to
  237.               support the software by registering.
  238.  
  239.            3) The cost per disk charged for distribution cannot exceed
  240.               $4.00.
  241.  
  242.  
  243.  
  244.       LICENSE
  245.  
  246.            CRTSAVER is a copyrighted software package. It is being
  247.         distributed as user supported shareware. By using or
  248.         distributing this package, you agree to the following:
  249.  
  250.         You are granted a limited license to try this program ,CRTSAVER ,
  251.         for 30 days. If you find this software useful and wish to
  252.         continue using it after the 30 day evaluation period, you must
  253.         pay the registration fee. Registration for use on a single
  254.         computer is $10.00. Register for each computer CRTSAVER is
  255.         installed on. To register send, the filled out registration form
  256.         or a quick note, and the registration fee.
  257.     
  258.         No other, license or rights are granted by implication or
  259.         otherwise. After you test CRTSAVER, if you continue to use it,
  260.         you must register.
  261.  
  262.  
  263.  
  264.                ----------------------------------------------
  265.                   CRTSAVER 1.2  Registration / Order Form
  266.                ----------------------------------------------
  267.       Please fill out the form below to order your registered version of
  268.       CRTSAVER. Register for each computer that CRTSAVER is installed.
  269.  
  270.                                                     Date: ______________
  271.  
  272.       Name: _____________________________  Title:   ____________________
  273.  
  274.       Company: _________________________________________________________
  275.  
  276.       Address: _________________________________________________________
  277.  
  278.       __________________________________________________________________
  279.  
  280.       City: ____________________________________________________________
  281.  
  282.       State/Country: ________________________ Zip: _____________________
  283.  
  284.       Phone(Optional) Work: (___) ____ - _____  Home: (___) ____ - _____
  285.  
  286.       ------------------------------------------------------------------
  287.       Description                             Qty.     Price    Total
  288.       ------------------------------------------------------------------
  289.  
  290.       CRTSAVER registered version on 5.25" disk. ___ x $10.00 = $_______
  291.  
  292.       Site license registration
  293.         (10 or more copies) :                    ___ x  $5.00 = $_______
  294.  
  295.                                                      Subtotal   ________
  296.  
  297.       (All orders outside U.S. add $5 Shipping)     Shipping +     2.50
  298.  
  299.       (AZ residents please add 6.7% sales tax)            Tax   ________
  300.  
  301.       All checks and money orders must be drawn         TOTAL  $________
  302.         in U.S. Dollars (on U.S. account).
  303.  
  304.       Please Send To:  Seth W. Comstock
  305.                        4835 W. Montecito
  306.                        Phoenix, AZ 85031-2027
  307.                         (602) 247-1621
  308.  
  309.       Where did you find the program and suggestions?
  310.           
  311.       __________________________________________________________________
  312.  
  313.                            [the end]
  314.